projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e97a42c
)
vc-bzr.el (vc-bzr-checkin): Undo spurious `async' arg change.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 21 Apr 2010 02:10:50 +0000
(22:10 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 21 Apr 2010 02:10:50 +0000
(22:10 -0400)
lisp/vc-bzr.el
patch
|
blob
|
history
diff --git
a/lisp/vc-bzr.el
b/lisp/vc-bzr.el
index 4bdf9acc9561b97d4c6ac051d7cc0c309daec8d8..0b6f8e6f39e4a918a720a3e6f09054f9ae106c6d 100644
(file)
--- a/
lisp/vc-bzr.el
+++ b/
lisp/vc-bzr.el
@@
-457,7
+457,7
@@
or a superior directory.")
"Check FILE in to bzr with log message COMMENT.
REV non-nil gets an error."
(if rev (error "Can't check in a specific revision with bzr"))
- (apply 'vc-bzr-command "commit" nil
'async
+ (apply 'vc-bzr-command "commit" nil
0
files (cons "-m" (log-edit-extract-headers '(("Author" . "--author")
("Fixes" . "--fixes"))
comment))))